﻿2026-08-03T05:00:30.2653348Z ##[group]Run actions/checkout@v5
2026-08-03T05:00:30.2654318Z with:
2026-08-03T05:00:30.2655013Z   repository: BigscreenVR/spt-bs-core
2026-08-03T05:00:30.2661493Z   token: ***
2026-08-03T05:00:30.2662171Z   ssh-strict: true
2026-08-03T05:00:30.2662848Z   ssh-user: git
2026-08-03T05:00:30.2663521Z   persist-credentials: true
2026-08-03T05:00:30.2664266Z   clean: true
2026-08-03T05:00:30.2664931Z   sparse-checkout-cone-mode: true
2026-08-03T05:00:30.2665720Z   fetch-depth: 1
2026-08-03T05:00:30.2666359Z   fetch-tags: false
2026-08-03T05:00:30.2667037Z   show-progress: true
2026-08-03T05:00:30.2667715Z   lfs: false
2026-08-03T05:00:30.2668349Z   submodules: false
2026-08-03T05:00:30.2669160Z   set-safe-directory: true
2026-08-03T05:00:30.2669928Z   allow-unsafe-pr-checkout: false
2026-08-03T05:00:30.2670714Z ##[endgroup]
2026-08-03T05:00:30.3480869Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T05:00:30.3483116Z ##[group]Getting Git version info
2026-08-03T05:00:30.3484363Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T05:00:30.3486458Z [command]/usr/bin/git version
2026-08-03T05:00:30.3511872Z git version 2.43.0
2026-08-03T05:00:30.3528546Z ##[endgroup]
2026-08-03T05:00:30.3536201Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d612f685-b1f2-4327-b79d-15818a1ee294/.gitconfig'
2026-08-03T05:00:30.3543199Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d612f685-b1f2-4327-b79d-15818a1ee294' before making global git config changes
2026-08-03T05:00:30.3545513Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T05:00:30.3547400Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T05:00:30.3578285Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T05:00:30.3596401Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T05:00:30.3606249Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T05:00:30.3608706Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T05:00:30.3630328Z refs/heads/golden/ir15
2026-08-03T05:00:30.3636254Z [command]/usr/bin/git checkout --detach
2026-08-03T05:00:30.3950031Z HEAD is now at a5042ec74 fix(test): poll the process we pinned, not the number it happens to hold
2026-08-03T05:00:30.3988671Z [command]/usr/bin/git branch --delete --force golden/ir15
2026-08-03T05:00:30.4021942Z Deleted branch golden/ir15 (was a5042ec74).
2026-08-03T05:00:30.4784460Z ##[endgroup]
2026-08-03T05:00:30.4785679Z [command]/usr/bin/git submodule status
2026-08-03T05:00:30.4993085Z ##[group]Cleaning the repository
2026-08-03T05:00:30.4995221Z [command]/usr/bin/git clean -ffdx
2026-08-03T05:00:34.8977797Z Removing .adapter-notify/
2026-08-03T05:00:34.8978753Z Removing bench-ledger/
2026-08-03T05:00:34.8979158Z Removing target/
2026-08-03T05:00:34.8987212Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T05:00:34.9238859Z HEAD is now at a5042ec74 fix(test): poll the process we pinned, not the number it happens to hold
2026-08-03T05:00:34.9247104Z ##[endgroup]
2026-08-03T05:00:34.9249218Z ##[group]Disabling automatic garbage collection
2026-08-03T05:00:34.9254073Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T05:00:34.9290450Z ##[endgroup]
2026-08-03T05:00:34.9291149Z ##[group]Setting up auth
2026-08-03T05:00:34.9300345Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T05:00:34.9334157Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-03T05:00:34.9521459Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T05:00:34.9545818Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-03T05:00:34.9728816Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T05:00:34.9752694Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T05:00:34.9938000Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T05:00:34.9968200Z ##[endgroup]
2026-08-03T05:00:34.9968685Z ##[group]Fetching the repository
2026-08-03T05:00:34.9974177Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a5042ec7440159a931217ae3c11be156a7675bf6:refs/remotes/origin/golden/ir15
2026-08-03T05:00:35.5298312Z ##[endgroup]
2026-08-03T05:00:35.5299283Z ##[group]Determining the checkout info
2026-08-03T05:00:35.5300094Z ##[endgroup]
2026-08-03T05:00:35.5305100Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T05:00:35.5361017Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T05:00:35.5388672Z ##[group]Checking out the ref
2026-08-03T05:00:35.5397908Z [command]/usr/bin/git checkout --progress --force -B golden/ir15 refs/remotes/origin/golden/ir15
2026-08-03T05:00:35.5454825Z Switched to a new branch 'golden/ir15'
2026-08-03T05:00:35.5455256Z branch 'golden/ir15' set up to track 'origin/golden/ir15'.
2026-08-03T05:00:35.5461317Z ##[endgroup]
2026-08-03T05:00:35.5495937Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T05:00:35.5526731Z a5042ec7440159a931217ae3c11be156a7675bf6
